home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / modem / wnfos112.zip / WHATSNEW.TXT < prev    next >
Text File  |  1996-05-20  |  5KB  |  118 lines

  1. Revision History:
  2.  
  3. v1.12
  4. - WinFOSSIL will now automatically open the port when WNFOSCTL is
  5.   used to lock or unlock the baud rate.
  6.  
  7. v1.11
  8. - Fixed timing problems encountered after handing off from FOSSIL-32
  9.   applications.
  10. - Fixed hanging condition when modem is not responsive.
  11.  
  12. v1.10
  13. - WinFOSSIL provides port handling support for 32-bit applications 
  14.   running under Windows 95.  Applications that take advantage of this
  15.   feature can operate under Windows 95 and hand off the FOSSIL port
  16.   to other FOSSIL aware applications.  For example, BinkleyTerm/32
  17.   with WinFOSSIL support enabled can now hand off the port to a
  18.   16-bit Maximus BBS package configured to use the same FOSSIL port.
  19.   Authors: Contact Woodruff Software Systems for sample code if you
  20.   are interested in supporting the FOSSIL extensions for Win32.
  21. - Fixed a problem with the write functions where a timeout occurs
  22.   when the CTS is not asserted for 30ms.  This would result in a
  23.   30 second timeout in various applications.  Wildcat! 4 and L.O.R.D.
  24.   experienced this problem in some system configurations.
  25. - Fixed a problem with applications that expected the FOSSIL port to
  26.   remain open (HOT) when passed from an active BBS connection.  When
  27.   the port was not already open, this would result in the application
  28.   using the BIOS routines instead of FOSSIL routines or reporting
  29.   that the FOSSIL was not availble or the carrier had been disconnected.
  30.   This "auto-open" feature is enabled by default for NEW
  31.   installations, UPGRADES will need to use the Control Panel
  32.   application to enable this feature per port.
  33.  
  34. v1.09
  35. - Registration IDs are now invalid.  New signatures will be sent
  36.   to customers who have registered the product. 
  37. - Enabled finer control for time-slice management.  This is managed
  38.   per COM port and is configured using the control panel application.
  39. - Enabled port performance statistics.  These statistics can be monitored 
  40.   using the System Monitor tool.  Logging of these statistics is
  41.   not enabled by default as it has caused other performance problems
  42.   on slower machines.  Again, this option can be controlled using 
  43.   the control panel application.
  44.  
  45. v1.08
  46. - Tracked down source of incompatibilities with TradeWars 2002 and
  47.   other non-FOSSIL MS-DOS applications.  The hardware state for the 
  48.   COM port is now properly reflected to these applications.
  49. - Added WNFOSCTL, a utility to lock and unlock the FOSSIL baud rates
  50.   for FAX modems requiring fixed DTE rates for receipt of faxes.
  51.  
  52. v1.07
  53. - Made various performance enhancements related to improving throughput, 
  54.   reducing time-outs and CRC errors. 
  55. - Buffers limits automatically set to enable send XOFF request (or
  56.   drop RTS) at 7/8 receive full and send XON request (or raise RTS)
  57.   when it empties to 1/8 full.
  58. - Hardware handshaking is now enabled by default for locked baud
  59.   rates.
  60. - Fixed more sleepy applications.  We have decided that Windows can
  61.   handle time-slicing better than an application that is requesting to
  62.   release it's time-slice while in the middle of a file transfer. 
  63.   WinFOSSIL filters the "release time-slice" requests and only allow
  64.   these requests when there is no activity on the COM port.  This
  65.   prevents the MS-DOS session from sitting idle when there is really
  66.   activity on the port.  This was not a problem for MS-DOS based FOSSIL
  67.   drivers because interrupts from the hardware device always kept the
  68.   MS-DOS session busy while servicing the interrupt.
  69. - WinFOSSIL now supports up to 16 ports.
  70.  
  71. v1.06a
  72. - Corrected installation to modify \WINDOWS\SYSTEM.INI not
  73.   \WINDOWS\SYSTEM\SYSTEM.INI.
  74.  
  75. v1.06
  76. - Fixed incompatibility with Blue Wave 3.11 (Max) mail reader door
  77.   program.
  78. - Fixed a another timing issue with the transmitter flush.
  79. - Verified compatibility with Doorway 2.30.
  80. - Worked around a problem in the Windows 95 COMM driver which was the
  81.   source of another stuck transmitter problem frequently reproduced
  82.   with Remote Access.
  83.  
  84. v1.05a
  85. - Fixed another blocking situation with idle timeouts.  This one
  86.   seems to be the source of CRC errors with my system while running
  87.   BinkleyTerm and/or Maximus.  If these applications are configured to
  88.   use multitasking features, the MS-DOS session running the BBS
  89.   software was likely to sleep after it filled the transmit buffer. 
  90.   The receiving system would timeout waiting for the completion of the
  91.   actual data block and throughput was hindered considerably. 
  92.  
  93. v1.05
  94. - Fixed more FrontDoor and RemoteAccess problems.  Performance was
  95.   hindered by the constant "release time slice" signaling by these 
  96.   applications. The MS-DOS session will now be awakened whenever there
  97.   is an event pending on the serial device.
  98. - Fixed peek character routine -- was returning a false status in
  99.   some cases.
  100. - Added VFOSSIL support.
  101. - Fixed Ctrl-C/Ctrl-K handler.
  102. - Enhanced the help file.
  103. - Adjusted XON/XOFF limits to allow WinFOSSIL to leave control lines
  104.   enabled with a higher buffer fill percentage.
  105.  
  106. v1.04
  107. - Fixed deadlocks with FrontDoor and InterMail.
  108. - Added support for enabling FOSSIL control on a port by port basis.
  109.  
  110. v1.03
  111. - Return proper codes on port reactivation, enhanced timeout handling
  112.   for receive character routine.
  113. - Investigated reported issues regarding FrontDoor. 
  114.  
  115. v1.02
  116. - Fixed performance and timeouts with Function AH=01h, WriteCharWait().
  117.  
  118.